@charset "Shift_JIS";
.line0{background-color: gainsboro}
.line1{background-color: white}
.line2{background-color: whitesmoke}

span.kakusu{display: none;}

img.top{
  width: auto;
  max-width: 200px;
}

.center {
  text-align: center;
}

.tcenter {
  margin: auto;
}

th{
  font-weight: normal;
}

td{
  text-align: center;
}

td.inp{
  text-align: left;
}

.w100{
  width: 100%;
}

.subject_old{
  text-align: left;
}

.subject{
    width: 100%;
    max-width: 800px;
}

.content{
    width: 100%;
    max-width: 800px;
}

.sel_line:hover{
  background-color: #dbedff;
}

.maru{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #e82a2a;
    color: #fff;
    text-align: center;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.maru2{
    display: inline-block;
    width: 31px;
    height: 16px;
    border-radius: 16px;
    background-color: #e82a2a;
    color: #fff;
    text-align: center;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.target{
    font-size: 80%;
}

.target .label{
    font-size: 120%;
    background-color: gainsboro;
}

.target_id_list{
    width: 100%;
    max-width: 800px;
}

.target_id_list_cc{
    width: 100%;
    max-width: 800px;
}

.link_pointer{
    cursor: pointer;
}

.tocc{
    position: relative;
    top: 4px;
    right: -15%;
}

/*    j   [ */
.parent{
    z-index: 999;
    list-style: none;
    position: absolute;
    top: 30px;
    right: 30px;
}

.parent_sp{
    z-index: 999;
    list-style: none;
    position: absolute;
    top: 10px;
    right: 30px;
}

.link_pointer:hover{
    cursor: pointer;
}

.submenu{
    position: absolute;
    top: -5px;
    left: -135px;
    display: none;
    list-style: none;
    width: 150px;
}

.submenu > li {
    letter-spacing: 0.05em;
    color: #000;
    background: whitesmoke;
    height: 30px;
}

.submenu > li > a{
    color: inherit;
    text-decoration: none;
}

.submenu_list:hover {
    background-color: lightskyblue;
}